about summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/reference.md')
-rw-r--r--src/doc/reference.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 326946837bf..9851e1c28fb 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -1813,7 +1813,6 @@ default visibility with the `priv` keyword. When an item is declared as `pub`,
 it can be thought of as being accessible to the outside world. For example:
 
 ```
-# #![allow(missing_copy_implementations)]
 # fn main() {}
 // Declare a private struct
 struct Foo;