about summary refs log tree commit diff
path: root/src/libstd/tempfile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/tempfile.rs')
-rw-r--r--src/libstd/tempfile.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/tempfile.rs b/src/libstd/tempfile.rs
index 5c59bc02cb7..84c04aa1bd7 100644
--- a/src/libstd/tempfile.rs
+++ b/src/libstd/tempfile.rs
@@ -1,7 +1,6 @@
 //! Temporary files and directories
 
 #[forbid(deprecated_mode)];
-#[forbid(deprecated_pattern)];
 
 use core::option;
 use option::{None, Some};