Move log module to dev::log
This commit is contained in:
parent
b806d84451
commit
9ebd91a589
9 changed files with 23 additions and 14 deletions
|
|
@ -224,7 +224,7 @@ impl Lexeme {
|
|||
|
||||
impl fmt::Display for Lexeme {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
use crate::log::wrap;
|
||||
use crate::dev::log::wrap;
|
||||
|
||||
let properties = if self.last && self.first {
|
||||
"[S] "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue