about summary refs log tree commit diff
path: root/tests/rustdoc/source-file.rs
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-07-14 16:46:46 -0700
committerMichael Howell <michael@notriddle.com>2023-07-14 16:54:14 -0700
commite72fba416014427d14f37fa9efb48ef6a6208bf3 (patch)
tree8abfe85527065f1f6fb5a48dfb2652bb56d8f61a /tests/rustdoc/source-file.rs
parent34bc8fbea3b72ce1f9254dbed85fddb2d7985f75 (diff)
downloadrust-e72fba416014427d14f37fa9efb48ef6a6208bf3.tar.gz
rust-e72fba416014427d14f37fa9efb48ef6a6208bf3.zip
rustdoc: use `src` consistently over `source` in JavaScript
Since the directory that contains source files is called `src`,
it makes sense to name the scripts that way, too.
Diffstat (limited to 'tests/rustdoc/source-file.rs')
-rw-r--r--tests/rustdoc/source-file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/source-file.rs b/tests/rustdoc/source-file.rs
index 4e166479063..16d4cbe3a34 100644
--- a/tests/rustdoc/source-file.rs
+++ b/tests/rustdoc/source-file.rs
@@ -1,5 +1,5 @@
 #![crate_name = "foo"]
 
-// @hasraw source-files.js source-file.rs
+// @hasraw src-files.js source-file.rs
 
 pub struct Foo;