Make the path and path2 attributes equivalent. Remove some uses
This commit is contained in:
parent
5ff99c27d0
commit
33a8f855c2
7 changed files with 13 additions and 86 deletions
|
@ -11,12 +11,12 @@
|
|||
// xfail-pretty
|
||||
// xfail-fast
|
||||
|
||||
#[path2 = "mod_dir_simple"]
|
||||
#[path = "mod_dir_simple"]
|
||||
mod biscuits {
|
||||
pub mod test;
|
||||
}
|
||||
|
||||
#[path2 = "mod_dir_simple"]
|
||||
#[path = "mod_dir_simple"]
|
||||
mod gravy {
|
||||
pub mod test;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue