Skip to content

Commit 6f21d1e

Browse files
committed
fix: remove std feature requirement
1 parent 7638706 commit 6f21d1e

File tree

1 file changed

+0
-1
lines changed
  • stacks-common/src/deps_common/httparse

1 file changed

+0
-1
lines changed

stacks-common/src/deps_common/httparse/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ mod tests {
12801280
);
12811281
}
12821282

1283-
#[cfg(feature = "std")]
12841283
#[test]
12851284
fn test_std_error() {
12861285
use std::error::Error as StdError;

0 commit comments

Comments
 (0)