Skip to content

Commit

Permalink
the generate feature has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Feb 9, 2024
1 parent 8447d0a commit 7ee9602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ pub fn version() -> String {
enabled_features.push_str("fetch;");
#[cfg(all(feature = "foreach", not(feature = "lite")))]
enabled_features.push_str("foreach;");
#[cfg(all(feature = "generate", not(feature = "lite")))]
enabled_features.push_str("generate;");
#[cfg(all(feature = "geocode", not(feature = "lite")))]
enabled_features.push_str("geocode;");

Expand Down

0 comments on commit 7ee9602

Please sign in to comment.