Skip to content

Commit

Permalink
Dropping deprecated field
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Oct 3, 2023
1 parent 6843c7d commit 1330914
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ async fn show_pools(client: &Client) -> Result<(), Error> {
for pool in pools {
println!(" ID: {}", pool.id().unwrap_or_default());
println!(" Name: {}", pool.name().unwrap_or_default());
println!(" Status: {:?}", pool.status());
println!(" Lambda Config: {:?}", pool.lambda_config().unwrap());
println!(
" Last modified: {}",
Expand Down

0 comments on commit 1330914

Please sign in to comment.