Skip to content

Commit

Permalink
AA: fix empty-line-after-outer-attr lint error
Browse files Browse the repository at this point in the history
This check starts from Rust 1.83.0

Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed Dec 2, 2024
1 parent c6aee27 commit 3589aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attestation-agent/attestation-agent/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ use crate::config::Config;
///
/// let _quote = aa.get_evidence(&[0;64]);
/// ```
/// `AttestationAPIs` defines the service APIs of attestation agent that need to make requests
/// to the Relying Party (Key Broker Service) in Confidential Containers.
///
Expand Down

0 comments on commit 3589aba

Please sign in to comment.