1
Fork 0

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.
This commit is contained in:
Michael Howell 2023-07-14 16:46:46 -07:00
parent 34bc8fbea3
commit e72fba4160
7 changed files with 26 additions and 26 deletions

View file

@ -1,5 +1,5 @@
#![crate_name = "foo"]
// @hasraw source-files.js source-file.rs
// @hasraw src-files.js source-file.rs
pub struct Foo;