Skip to content

Commit

Permalink
Since the API is no longer affected by which features are enabled we …
Browse files Browse the repository at this point in the history
…can remove the `feature(doc_auto_config)`.
  • Loading branch information
JSorngard committed Oct 11, 2024
1 parent f8ac33c commit f36b72b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
//!
//! [1]: https://www.researchgate.net/publication/346309410_Precise_and_fast_computation_of_Lambert_W_function_by_piecewise_minimax_rational_function_approximation_with_variable_transformation
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(not(feature = "std"), no_std)]
#![forbid(unsafe_code)]

Expand Down

0 comments on commit f36b72b

Please sign in to comment.