diff --git a/clippy.toml b/clippy.toml index 4f0db10e79..49436d7ba9 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,6 +1,6 @@ # NOTE: Resources are hashed using their `.suffix` field without using any interior mutable fields. # See https://github.com/eclipse-zenoh/zenoh/blob/b55c781220d7ea9f7f117570990f6e4e063e58fe/zenoh/src/net/routing/dispatcher/resource.rs#L193 -# A corresponding comment is present in the `Hash` implementation of `Ressource` as a reminder that this configuration is set. +# A corresponding comment is present in the `Hash` implementation of `Resource` as a reminder that this configuration is set. ignore-interior-mutability = [ "zenoh::net::routing::dispatcher::resource::Resource", ]