syntax: Rename 'module' extension to 'module_path'
This commit is contained in:
parent
2cfe8fb357
commit
7d18369804
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
mod m1 {
|
||||
mod m2 {
|
||||
fn where_am_i() -> ~str { module!{} }
|
||||
fn where_am_i() -> ~str { module_path!{} }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue