aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/spanned-impls.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-21 14:10:24 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-21 14:10:24 -0600
commit7bbbfd046324363c8db1fb15d39aeb02fe7331b5 (patch)
treea416bb991c23e083d0b5816dfc8b00cd1aceda78 /test-suite/tests/spanned-impls.rs
parentb1417006df376e6c406bff43740dd11aa7ef744e (diff)
downloadmilf-rs-7bbbfd046324363c8db1fb15d39aeb02fe7331b5.tar.gz
milf-rs-7bbbfd046324363c8db1fb15d39aeb02fe7331b5.zip
hilarious and original jokeHEADmain
Diffstat (limited to 'test-suite/tests/spanned-impls.rs')
-rw-r--r--test-suite/tests/spanned-impls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tests/spanned-impls.rs b/test-suite/tests/spanned-impls.rs
index cb12b1a..eb95673 100644
--- a/test-suite/tests/spanned-impls.rs
+++ b/test-suite/tests/spanned-impls.rs
@@ -1,5 +1,5 @@
use std::cmp::{Ord, Ordering, PartialOrd};
-use toml::{from_str, Spanned};
+use milf::{from_str, Spanned};
#[macro_use]
extern crate serde_derive;