mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-21 12:05:27 +00:00
Fix warnings for doc build.
This commit is contained in:
parent
e038799297
commit
6a19201eb4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
//! Take an AST and transform it into bytecode
|
||||
//!
|
||||
//! Inspirational code:
|
||||
//! https://github.com/python/cpython/blob/main/Python/compile.c
|
||||
//! https://github.com/micropython/micropython/blob/master/py/compile.c
|
||||
//! <https://github.com/python/cpython/blob/main/Python/compile.c>
|
||||
//! <https://github.com/micropython/micropython/blob/master/py/compile.c>
|
||||
|
||||
use crate::ir::{self, CodeInfo};
|
||||
pub use crate::mode::Mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue