From 00e3eb5e95ba94742e2f168b7ba5811af6daf7b0 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 25 Jul 2024 16:13:35 +0200 Subject: [PATCH] Fix typo --- clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]