Skip to content
Snippets Groups Projects
Unverified Commit 6e6a1023 authored by Nikos Kontakis's avatar Nikos Kontakis
Browse files

1 more comment

parent f8f3b577
Branches
No related merge requests found
pub fn is_true(value: &bool) -> bool {
pub(crate) fn is_true(value: &bool) -> bool {
*value
}
pub fn default_as_true() -> bool {
pub(crate) fn default_as_true() -> bool {
true
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment