kms icon indicating copy to clipboard operation
kms copied to clipboard

fix: dont panic on indexing slicing

Open Manuthor opened this issue 4 months ago • 0 comments

  • apply on crates kmip and server these 2 clippy-lints on indexing slicing:
    clippy::indexing_slicing,
    clippy::missing_asserts_for_indexing,

Manuthor avatar Oct 12 '24 04:10 Manuthor