Skip to content

Commit ca4e9f4

Browse files
JohnTitorcalebcartwright
authored andcommitted
Fix a legacy_derive_helpers warning
1 parent c3a5111 commit ca4e9f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ pub(crate) struct ModResolver<'ast, 'sess> {
6666
}
6767

6868
/// Represents errors while trying to resolve modules.
69-
#[error("failed to resolve mod `{module}`: {kind}")]
7069
#[derive(Debug, Error)]
70+
#[error("failed to resolve mod `{module}`: {kind}")]
7171
pub struct ModuleResolutionError {
7272
pub(crate) module: String,
7373
pub(crate) kind: ModuleResolutionErrorKind,

0 commit comments

Comments
 (0)