Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Jun 14, 2023
1 parent 5ee9d0f commit 9c8854d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/gsb-api/src/api.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(non_snake_case)]

use crate::model::{
GsbApiError, ServiceListenResponse, ServicePath, ServiceRequest, ServiceResponse,
};
Expand Down
2 changes: 1 addition & 1 deletion core/net/src/hybrid_v2/codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub(crate) fn reply_eos(request_id: impl ToString) -> GsbMessage {
mod tests {
use std::iter::FromIterator;

use crate::hybrid::codec::{decode_message, encode_message};
use crate::hybrid_v2::codec::{decode_message, encode_message};

#[test]
fn encode_message_compat() {
Expand Down

0 comments on commit 9c8854d

Please sign in to comment.