Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The layout crate has a few calls to `log::info!()` guarded by a `#[cfg(feature = "log")]` conditional. This commit declares the `log` feature so that users of the crate can enable such debug messages.
- Loading branch information