Skip to content

Commit

Permalink
Remove comment not applicable to trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Jan 5, 2025
1 parent 07fa452 commit 591c357
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions host/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@
//!
//! Environment variables take precedence over Cargo features. If two Cargo features are enabled for the same setting
//! with different values, compilation fails.
//!
//! ## Compatibility warning
//!
//! Changing ANY of these configuration settings changes the on-disk format of the database. If you change
//! them, you won't be able to read databases written with a different configuration.
//!
//! Currently, mounting doesn't check the on-disk database uses the same configuration. Mounting a database
//! with a different configuration might succeed and then cause fun errors later, perhaps very rarely.
//! Always remember to format your flash device every time you change them.
mod raw {
#![allow(unused)]
include!(concat!(env!("OUT_DIR"), "/config.rs"));
Expand Down

0 comments on commit 591c357

Please sign in to comment.