Remove crate:: prefixes from crate paths
This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix.
This commit is contained in:
@@ -212,7 +212,7 @@ pub mod zero_div_zero;
|
||||
pub use crate::utils::conf::Conf;
|
||||
|
||||
mod reexport {
|
||||
crate use crate::syntax::ast::{Name, NodeId};
|
||||
crate use syntax::ast::{Name, NodeId};
|
||||
}
|
||||
|
||||
pub fn register_pre_expansion_lints(
|
||||
|
||||
Reference in New Issue
Block a user