Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
more allow dead_code
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed Jan 27, 2023
1 parent e2d32ed commit a804dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dagger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub fn connect() -> eyre::Result<Client> {

struct InnerClient {}

#[allow(dead_code)]
pub struct Client {
inner: Arc<InnerClient>,
}
Expand Down

0 comments on commit a804dd9

Please sign in to comment.