mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
use super::* from tests submodules
This commit is contained in:
parent
90da5ba54a
commit
30f85787a7
4 changed files with 6 additions and 8 deletions
|
@ -2843,9 +2843,7 @@ fn compile_constant(value: &ast::Constant) -> ConstantData {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::{CompileOpts, Compiler};
|
||||
use crate::symboltable::SymbolTable;
|
||||
use rustpython_compiler_core::CodeObject;
|
||||
use super::*;
|
||||
use rustpython_parser as parser;
|
||||
|
||||
fn compile_exec(source: &str) -> CodeObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue