mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-09 11:21:51 +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 {}
|
struct InnerClient {}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
pub struct Client {
|
pub struct Client {
|
||||||
inner: Arc<InnerClient>,
|
inner: Arc<InnerClient>,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user