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:
sholderbach 2024-07-25 22:34:09 +02:00
parent 844c51dbae
commit 00c845185d
2 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,4 @@ mod chars;
mod dice;
mod float;
mod int;
#[cfg(feature = "uuid_crate")]
mod uuid;

View File

@ -1,5 +1,5 @@
use nu_test_support::nu;
use uuid_crate::Uuid;
use uuid::Uuid;
#[test]
fn generates_valid_uuid4() {