Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Jun 24, 2024
1 parent 5f8f3de commit e227b1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assign.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use core::fmt::{self, Debug};

use crate::{OutOfBoundsError, ParseIndexError, Pointer};
use core::fmt::{self, Debug};

#[cfg(feature = "std")]
type BoxedError = Box<dyn 'static + std::error::Error>;
Expand Down

0 comments on commit e227b1f

Please sign in to comment.