From 1553107cceffc0f39f1ef657a5888ef1f82cea10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Asensio=20Garc=C3=ADa?= <101601871+asensio-project@users.noreply.github.com> Date: Sat, 28 Jan 2023 11:15:02 +0100 Subject: [PATCH] Make a link in the documentation clickable --- common/config/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/src/lib.rs b/common/config/src/lib.rs index 6599c09e..2286ad16 100644 --- a/common/config/src/lib.rs +++ b/common/config/src/lib.rs @@ -52,7 +52,7 @@ pub struct FrameBuffer { /// An enum representing the available verbosity level filters of the logger. /// /// Based on -/// https://github.com/rust-lang/log/blob/dc32ab999f52805d5ce579b526bd9d9684c38d1a/src/lib.rs#L552-565 +/// #[derive(Serialize, Deserialize, Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] pub enum LevelFilter { /// A level lower than all log levels.