We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce6171 commit c94ca1cCopy full SHA for c94ca1c
clippy_lints/src/std_instead_of_core.rs
@@ -63,7 +63,7 @@ declare_clippy_lint! {
63
/// ### Why is this bad?
64
///
65
/// Crates which have `no_std` compatibility and may optionally require alloc may wish to ensure types are
66
- /// imported from alloc to ensure disabling `alloc` does not cause the crate to fail to compile. This lint
+ /// imported from core to ensure disabling `alloc` does not cause the crate to fail to compile. This lint
67
/// is also useful for crates migrating to become `no_std` compatible.
68
69
/// ### Example
0 commit comments