mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-07-26 03:19:21 +02:00
more allow dead_code
This commit is contained in:
@@ -6,6 +6,7 @@ pub fn connect() -> eyre::Result<Client> {
|
||||
|
||||
struct InnerClient {}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub struct Client {
|
||||
inner: Arc<InnerClient>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user