diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-19T14·39+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-19T14·46+0000 |
commit | e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0 (patch) | |
tree | 9de3bdee40206f527703ed56a9f37098de73e349 /fun/paroxysm/src/main.rs | |
parent | 19baeea350d24632559b1bb8e3f40127757b2ec0 (diff) |
chore(paroxysm): Bump dependencies within constraints r/4102
just `cargo update` Change-Id: Ia3fdc3660fc92d81dc4781adf2c200d961118dd5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5640 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'fun/paroxysm/src/main.rs')
-rw-r--r-- | fun/paroxysm/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/src/main.rs b/fun/paroxysm/src/main.rs index 998d125bf41c..46a215c22563 100644 --- a/fun/paroxysm/src/main.rs +++ b/fun/paroxysm/src/main.rs @@ -208,7 +208,7 @@ impl App { pub fn handle_query( &mut self, target: &str, - nick: &str, + _nick: &str, chan: &str, query: Captures, ) -> Result<(), Error> { |