Skip to content

Commit

Permalink
[ast] Replace some more preludes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Mar 14, 2019
1 parent e7274b4 commit 5f0132e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 8 additions & 1 deletion ast/src/symbol.rs
@@ -1,5 +1,12 @@
use crate::{
prelude::*,
ContextAnd,
Context,
ExprResult,
ExprError,
HasKind,
ExprKind,
HasArity,
AnyExpr,
ty::{
Type,
HasType,
Expand Down
7 changes: 5 additions & 2 deletions ast/src/traits.rs
@@ -1,5 +1,8 @@
use crate::prelude::*;

use crate::{
expr,
IntoBoxedAnyExpr,
AnyExpr,
};
use std::cmp::Ordering;

/// Marker trait to mark boolean expressions.
Expand Down

0 comments on commit 5f0132e

Please sign in to comment.