Skip to content

Commit

Permalink
Update poly/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored Nov 12, 2024
1 parent a197914 commit 67ff944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This crate implements functions for manipulating polynomials over finite
//! fields, including FFTs.
// #![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(feature = "std"), no_std)]
#![warn(
unused,
future_incompatible,
Expand Down

0 comments on commit 67ff944

Please sign in to comment.