You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/items/extern-crates.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,7 @@ into the [`macro_use` prelude].
76
76
r[items.extern-crate.no_link]
77
77
## The `no_link` attribute
78
78
79
-
The *`no_link` attribute* may be specified on an `extern crate` item to
80
-
prevent linking the crate into the output. This is commonly used to load a
81
-
crate to access only its macros.
79
+
The *`no_link` attribute* may be specified on an `extern crate` item to prevent linking the crate into the output. This is commonly used to load a crate to access only its macros.
0 commit comments