Skip to content

Commit 8f3a16e

Browse files
committed
Add back missing doc
1 parent c345980 commit 8f3a16e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1966,6 +1966,7 @@ declare_lint! {
19661966
/// macros in that external crate to be brought into the prelude of the
19671967
/// crate, making the macros in scope everywhere. As part of the efforts
19681968
/// 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
19691970
/// into scope, it is recommended to use a [`use` import].
19701971
///
19711972
/// This lint is "allow" by default because this is a stylistic choice

0 commit comments

Comments
 (0)