From cf2dff2b1e3fa55fa5415d524200070d0d7aacfe Mon Sep 17 00:00:00 2001 From: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:13:28 +0100 Subject: Move /src/test to /tests --- src/test/rustdoc/struct-implementations-title.rs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/test/rustdoc/struct-implementations-title.rs (limited to 'src/test/rustdoc/struct-implementations-title.rs') diff --git a/src/test/rustdoc/struct-implementations-title.rs b/src/test/rustdoc/struct-implementations-title.rs deleted file mode 100644 index 5468796f669..00000000000 --- a/src/test/rustdoc/struct-implementations-title.rs +++ /dev/null @@ -1,9 +0,0 @@ -#![crate_name = "foo"] - -pub struct Struc; - -// @has foo/struct.Struc.html -// @has - '//*[@id="main-content"]/h2[@id="implementations"]' "Implementations" -impl Struc { - pub const S: u64 = 0; -} -- cgit 1.4.1-3-g733a5