Skip to content

Commit

Permalink
fix: remove std feature requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson committed Aug 12, 2024
1 parent 7638706 commit 6f21d1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stacks-common/src/deps_common/httparse/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,6 @@ mod tests {
);
}

#[cfg(feature = "std")]
#[test]
fn test_std_error() {
use std::error::Error as StdError;
Expand Down

0 comments on commit 6f21d1e

Please sign in to comment.