Skip to content

Commit

Permalink
use optional feature stuff (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan Allan <[email protected]>
  • Loading branch information
oscartbeaumont and Brendonovich authored Jul 23, 2024
1 parent 9c41ff0 commit 8a39462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ derive = ["dep:specta-macros"]

#! Features
## Support for exporting the types of Rust functions.
function = ["specta-macros/DO_NOT_USE_function", "dep:paste"] # TODO: Why does this depend on `serde`???
function = ["specta-macros?/DO_NOT_USE_function", "dep:paste"] # TODO: Why does this depend on `serde`???

#! Compatability
## Support for [serde](https://serde.rs)
Expand Down

0 comments on commit 8a39462

Please sign in to comment.