Skip to content

Commit

Permalink
removed unecessary warning suppression and improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 8, 2025
1 parent 8e8ce14 commit 8b311e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion fastsim-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ json = ["dep:serde_json"]
toml = ["dep:toml"]
## Enables yaml serialization and deserialization
yaml = ["dep:serde_yaml"]
## Enables message pack serialization and deserialization
## Enables message pack serialization and deserialization via `rmp-serde`
msgpack = ["dep:rmp-serde"]
1 change: 0 additions & 1 deletion fastsim-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//! the `Init` trait to initialize structs that implement this macro
//! - `#[fastsim_api]` -- used to expose the struct to python and provides assorted other features related to usability
#![allow(non_local_definitions)] // see https://github.com/PyO3/pyo3/discussions/4083 as this is a `pyo3` problem
#![allow(clippy::field_reassign_with_default)]
// TODO: uncomment when docs are somewhat mature to check for missing docs
// #![warn(missing_docs)]
Expand Down

0 comments on commit 8b311e3

Please sign in to comment.