Skip to content

Commit

Permalink
fix: remove default_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 15, 2024
1 parent 72ef3c7 commit 841b485
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ impl MdsfConfig {
}
}

#[inline]
pub const fn default_enabled() -> bool {
true
}

#[inline]
fn default_schema_location() -> String {
let package_version = env!("CARGO_PKG_VERSION");
Expand Down

0 comments on commit 841b485

Please sign in to comment.