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:
parent
34bc8fbea3
commit
e72fba4160
7 changed files with 26 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
#![crate_name = "foo"]
|
||||
|
||||
// @hasraw source-files.js source-file.rs
|
||||
// @hasraw src-files.js source-file.rs
|
||||
|
||||
pub struct Foo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue