We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data-url
idna
alloc
1 parent 934edd4 commit 4afc982Copy full SHA for 4afc982
data-url/src/lib.rs
@@ -24,7 +24,7 @@ extern crate std as _;
24
extern crate alloc;
25
26
#[cfg(not(feature = "alloc"))]
27
-compile_error!("the `alloc` feature must currently be enabled");
+compile_error!("the `alloc` feature must be enabled");
28
29
use alloc::{string::String, vec::Vec};
30
idna/src/lib.rs
@@ -40,7 +40,7 @@ extern crate std;
40
41
42
43
44
45
#[cfg(test)]
46
#[macro_use]
0 commit comments