diff options
Diffstat (limited to 'examples/t-spawn.rs')
-rw-r--r-- | examples/t-spawn.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/t-spawn.rs b/examples/t-spawn.rs index 7483a849..2bd771d7 100644 --- a/examples/t-spawn.rs +++ b/examples/t-spawn.rs @@ -2,7 +2,6 @@ #![deny(unsafe_code)] #![deny(warnings)] -#![deny(missing_docs)] #![no_main] #![no_std] |