Skip to content

Commit 6a33a47

Browse files
committed
Import cleanups
1 parent 5cb0a2a commit 6a33a47

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

fathom/src/surface.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ fn format_expected(expected: &[impl std::fmt::Display]) -> Option<String> {
516516
#[cfg(test)]
517517
mod tests {
518518
use super::*;
519-
use crate::source::ByteRange;
520519

521520
#[test]
522521
fn no_drop() {

fathom/src/surface/elaboration.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ use std::sync::Arc;
2525

2626
use scoped_arena::Scope;
2727

28-
use super::ExprField;
2928
use crate::alloc::SliceVec;
3029
use crate::core::semantics::{self, ArcValue, Head, Telescope, Value};
3130
use crate::core::{self, prim, Const, Plicity, Prim, UIntStyle};
@@ -34,7 +33,7 @@ use crate::files::FileId;
3433
use crate::source::{BytePos, ByteRange, FileRange, Span, Spanned};
3534
use crate::surface::elaboration::reporting::Message;
3635
use crate::surface::{
37-
distillation, pretty, BinOp, FormatField, Item, Module, Param, Pattern, Term,
36+
distillation, pretty, BinOp, ExprField, FormatField, Item, Module, Param, Pattern, Term,
3837
};
3938
use crate::symbol::Symbol;
4039

0 commit comments

Comments
 (0)