Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo.toml: add 'log' feature. #22

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

lucasvr
Copy link
Contributor

@lucasvr lucasvr commented Feb 27, 2024

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.

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.
@nadavrot nadavrot merged commit cd3570f into nadavrot:master Feb 28, 2024
4 checks passed
@nadavrot
Copy link
Owner

Thank you @lucasvr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants