Skip to content

Commit

Permalink
Attempt to fix lint-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Apr 19, 2024
1 parent 581e2de commit 06555be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* Copyright GLIDE-for-Redis Project Contributors - SPDX Identifier: Apache-2.0
*/
#![deny(unsafe_op_in_unsafe_fn)]
// TODO: uncomment the following line. It is currently commented out to get lint-rust passing.
// #![deny(unsafe_op_in_unsafe_fn)]
use glide_core::client::Client as GlideClient;
use glide_core::connection_request;
use glide_core::errors;
Expand Down

0 comments on commit 06555be

Please sign in to comment.