about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-08-30 20:15:47 +0200
committerGitHub <noreply@github.com>2018-08-30 20:15:47 +0200
commit78d5509625bf3f96e5d89b74eae14584deb9915d (patch)
treea7d9916dcacf36e1e5196d33ae3a71a1f4c9c917 /src/test/rustdoc
parent07fcb0168e208a2448ba82d65a626c5d0f265638 (diff)
parente477a13d63c2139f39c192c8e22dcfd0810f68e4 (diff)
downloadrust-78d5509625bf3f96e5d89b74eae14584deb9915d.tar.gz
rust-78d5509625bf3f96e5d89b74eae14584deb9915d.zip
Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth
Replace usages of 'bad_style' with 'nonstandard_style'.

`bad_style` is being deprecated in favor of `nonstandard_style`:

- https://github.com/rust-lang/rust/issues/41646
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/intra-links.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/intra-links.rs b/src/test/rustdoc/intra-links.rs
index c822d0f8b21..81b81a9a141 100644
--- a/src/test/rustdoc/intra-links.rs
+++ b/src/test/rustdoc/intra-links.rs
@@ -75,7 +75,7 @@ pub static THIS_STATIC: usize = 5usize;
 
 pub trait SoAmbiguous {}
 
-#[allow(bad_style)]
+#[allow(nonstandard_style)]
 pub fn SoAmbiguous() {}