Skip to content

Commit 65d401d

Browse files
committed
fix: remove bad feature gating
We do not have a `std` feature, so this causes an error. Before Rust 1.80, this was not an error.
1 parent 92e404c commit 65d401d

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)