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

Ignore linter for MOUNT_ATTR__ATIME #2819

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

yihuaf
Copy link
Collaborator

@yihuaf yihuaf commented Jun 17, 2024

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.

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.

Signed-off-by: yihuaf <yihuaf@unkies.org>
@yihuaf yihuaf requested a review from a team June 17, 2024 16:21
@yihuaf yihuaf added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Jun 17, 2024
@YJDoc2 YJDoc2 merged commit 1ba6d55 into containers:main Jun 18, 2024
29 of 30 checks passed
@github-actions github-actions bot mentioned this pull request Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants