remove #[macro_use]

This commit is contained in:
Jeong YunWon 2023-02-22 20:38:56 +09:00
parent cb8c6fb78d
commit 97a08ee77b
2 changed files with 1 additions and 2 deletions

View file

@ -112,8 +112,6 @@
#![doc(html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/main/logo.png")]
#![doc(html_root_url = "https://docs.rs/rustpython-parser/")]
#[macro_use]
extern crate log;
pub use rustpython_ast as ast;
mod function;