Weird feature "uuid_crate"
Seem to be some package renaming at the time the test was added, have to blame regarding the feature
This commit is contained in:
parent
844c51dbae
commit
00c845185d
|
@ -3,5 +3,4 @@ mod chars;
|
|||
mod dice;
|
||||
mod float;
|
||||
mod int;
|
||||
#[cfg(feature = "uuid_crate")]
|
||||
mod uuid;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use nu_test_support::nu;
|
||||
use uuid_crate::Uuid;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[test]
|
||||
fn generates_valid_uuid4() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user