Skip to content

Commit

Permalink
Fix help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Apr 29, 2024
1 parent f67209b commit 88378a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl ResolvedPathDb {
ParseError::PathMustBeAbsolute(_) => (
"The relative import path was registered here",
Some(
"If it is a local import, the path must start with `crate::`.\n\
"If it is a local import, the path must start with `crate::`, `self::` or `super::`.\n\
If it is an import from a dependency, the path must start with \
the dependency name (e.g. `dependency::`)."
.to_string(),
Expand Down

0 comments on commit 88378a0

Please sign in to comment.