From 85d2bb84e943467ecafaabf8ddc01aacf82ea1d8 Mon Sep 17 00:00:00 2001 From: Denis Drakhnia Date: Sun, 8 Oct 2023 10:31:42 +0300 Subject: [PATCH] Remove TODOs for `nor` and `nand` --- src/filter.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/filter.rs b/src/filter.rs index 99b17af..cc21369 100644 --- a/src/filter.rs +++ b/src/filter.rs @@ -54,10 +54,6 @@ impl From<&ServerInfo> for FilterFlags { #[derive(Clone, Debug, Default, PartialEq, Eq)] pub struct Filter<'a> { - // A special filter, specifies that servers matching any of the following [x] conditions should not be returned - // TODO: \nor\[x] - // A special filter, specifies that servers matching all of the following [x] conditions should not be returned - // TODO: \nand\[x] /// Servers running the specified modification (ex. cstrike) pub gamedir: Option<&'a str>, /// Servers running the specified map (ex. cs_italy)