index
:
gitlab/authzd.git
gkg-inject-ids
gl-policies
main
refactor-authorizers
spice-schema
Authorization daemon
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
anyhow
/
tests
/
ui
/
temporary-value.rs
blob: 803809b238f0d2109be19bd53142ee0582b69732 (
plain
)
1
2
3
4
5
use anyhow::anyhow; fn main() { let _ = anyhow!(&String::new()); }