Make the path and path2 attributes equivalent. Remove some uses

This commit is contained in:
Brian Anderson 2012-12-17 18:06:52 -08:00
parent 5ff99c27d0
commit 33a8f855c2
7 changed files with 13 additions and 86 deletions

View file

@ -12,7 +12,7 @@
// xfail-fast
mod mod_dir_simple {
#[path2 = "test.rs"]
#[path = "test.rs"]
pub mod syrup;
}