mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 11:01:47 +01:00
more allow dead_code
This commit is contained in:
parent
e2d32ede76
commit
a804dd97a6
@ -6,6 +6,7 @@ pub fn connect() -> eyre::Result<Client> {
|
||||
|
||||
struct InnerClient {}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub struct Client {
|
||||
inner: Arc<InnerClient>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user