mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-03 18:29:04 +00:00
use super::* from tests submodules
This commit is contained in:
parent
97a08ee77b
commit
e26369a34e
3 changed files with 5 additions and 5 deletions
|
@ -133,12 +133,12 @@ impl<U> crate::fold::Fold<U> for ConstantOptimizer {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[cfg(feature = "constant-optimization")]
|
||||
#[test]
|
||||
fn test_constant_opt() {
|
||||
use super::*;
|
||||
use crate::fold::Fold;
|
||||
use crate::*;
|
||||
use crate::{fold::Fold, *};
|
||||
|
||||
let start = Default::default();
|
||||
let end = None;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue