about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/methods.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_lint/src/methods.rs')
-rw-r--r--compiler/rustc_lint/src/methods.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_lint/src/methods.rs b/compiler/rustc_lint/src/methods.rs
index 2fad02bf883..8732845af0c 100644
--- a/compiler/rustc_lint/src/methods.rs
+++ b/compiler/rustc_lint/src/methods.rs
@@ -13,6 +13,7 @@ declare_lint! {
     ///
     /// ```rust
     /// # #![allow(unused)]
+    /// # use std::ffi::CString;
     /// let c_str = CString::new("foo").unwrap().as_ptr();
     /// ```
     ///