Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unlike the other crates, holo-utils can't inherit the linter settings from the workspace. This is because holo-utils needs to call the unsafe `libc::setsockopt` function, whereas the workspace settings forbid unsafe code altogether. Currently, it isn't possible to selectively override inherited lint settings from the workspace. Consequently, this commit syncs holo-utils with the workspace lint settings, with the exception of permitting unsafe code. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
- Loading branch information