containers / youki

A container runtime written in Rust
https://containers.github.io/youki/
Apache License 2.0
5.99k stars 332 forks source link

Ignore linter for MOUNT_ATTR__ATIME #2819

Closed yihuaf closed 1 week ago

yihuaf commented 2 weeks ago

The extra __ in MOUNT_ATTR__ATIME is not a typo. This is in the syscall definitions. rust_analyser will flag this, so adding a macro to ignore.