We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c345980 commit 8f3a16eCopy full SHA for 8f3a16e
compiler/rustc_lint_defs/src/builtin.rs
@@ -1966,6 +1966,7 @@ declare_lint! {
1966
/// macros in that external crate to be brought into the prelude of the
1967
/// crate, making the macros in scope everywhere. As part of the efforts
1968
/// to simplify handling of dependencies in the [2018 edition], the use of
1969
+ /// `extern crate` is being phased out. To bring macros from extern crates
1970
/// into scope, it is recommended to use a [`use` import].
1971
///
1972
/// This lint is "allow" by default because this is a stylistic choice
0 commit comments