From 91105587c2d53199b5e5df89c508305f8efd4e70 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 24 Jul 2024 18:10:03 -0400 Subject: aws_context is now reliably the first non-self argument, rather than sporadically the last one --- src/ec2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ec2.rs') diff --git a/src/ec2.rs b/src/ec2.rs index 604c2a2..2035a64 100644 --- a/src/ec2.rs +++ b/src/ec2.rs @@ -15,11 +15,11 @@ pub trait Ec2 { } pub async fn instance_recordsets( + aws_context: &C, asg_name: &str, dns_suffix: &Name, dns_ttl: i64, live_instance_ids: &[String], - aws_context: &C, ) -> Result>> where C: Ec2, -- cgit v1.2.3