diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-03 19:34:21 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-06 11:10:36 +0100 |
| commit | 98d2c510dd121d31061ae95b41a5afb3386d17e3 (patch) | |
| tree | 9614b0cb1485c1807d2804f4ace1d0a474191868 /src/doc | |
| parent | 79b35e90f1cbfa21b6a39354cf7d8e8acfa8b0e1 (diff) | |
| download | rust-98d2c510dd121d31061ae95b41a5afb3386d17e3.tar.gz rust-98d2c510dd121d31061ae95b41a5afb3386d17e3.zip | |
safe_extern_static -> error
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc/src/lints/listing/deny-by-default.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/doc/rustc/src/lints/listing/deny-by-default.md b/src/doc/rustc/src/lints/listing/deny-by-default.md index f175a881fef..b349c68359c 100644 --- a/src/doc/rustc/src/lints/listing/deny-by-default.md +++ b/src/doc/rustc/src/lints/listing/deny-by-default.md @@ -151,11 +151,6 @@ To fix it, remove the `()`s. This lint detects a specific situation of re-exporting a private `extern crate`; -## safe-extern-statics - -In older versions of Rust, there was a soundness issue where `extern static`s were allowed -to be accessed in safe code. This lint now catches and denies this kind of code. - ## unknown-crate-types This lint detects an unknown crate type found in a `#[crate_type]` directive. Some |
