Skip to content

Commit 51b6599

Browse files
committed
Unconditionally test snprintf
That way the snprintf test cases can be checked against libc by running `cargo test --no-default-features`
1 parent 43f96a1 commit 51b6599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/snprintf.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//! Copyright (c) Jonathan 'theJPster' Pallant 2019
44
//! Licensed under the Blue Oak Model Licence 1.0.0
55
6-
#[cfg(feature = "snprintf")]
76
#[cfg(test)]
87
mod test {
98
extern "C" {

0 commit comments

Comments
 (0)