Skip to content

Commit

Permalink
add deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance authored and eldesh committed Jun 21, 2022
1 parent c89ce6e commit d5a8d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl Docker {
.and_then(api_result)
}

#[deprecated]
#[deprecated(note = "please use `list_containers` instead")]
pub fn containers(&self, opts: ContainerListOptions) -> Result<Vec<Container>> {
self.http_client()
.get(
Expand Down

0 comments on commit d5a8d2c

Please sign in to comment.