cargo update
This commit is contained in:
@ -33,7 +33,7 @@ impl Client {
|
||||
self.get_json("clusters").await
|
||||
}
|
||||
|
||||
pub fn cluster(&self, name: String) -> Cluster {
|
||||
pub fn cluster(&self, name: String) -> Cluster<'_> {
|
||||
Cluster { dls: self, name }
|
||||
}
|
||||
|
||||
@ -41,7 +41,7 @@ impl Client {
|
||||
self.get_json("hosts").await
|
||||
}
|
||||
|
||||
pub fn host(&self, name: String) -> Host {
|
||||
pub fn host(&self, name: String) -> Host<'_> {
|
||||
Host { dls: self, name }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user