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