Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Oct 4, 2024
1 parent a3bb134 commit 41fcfb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kubernetes_api_objects/exec/persistent_volume_claim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ impl View for PersistentVolumeClaim {
}

impl PersistentVolumeClaim {
pub spec fn view(&self) -> PersistentVolumeClaimView;

#[verifier(external_body)]
pub fn eq(&self, other: &Self) -> (b: bool)
ensures b == (self.view() == other.view())
Expand Down

0 comments on commit 41fcfb4

Please sign in to comment.