Commit 90183368 authored by gabi-250's avatar gabi-250 🕸️
Browse files

keymgr: Downgrade "TODO hs" to "TODO HSS"

This TODO doesn't need to block the release.
parent e899c411
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -52,9 +52,6 @@ same `KeySpecifier::arti_path`), but different key types (i.e. different
  as a unique identifier for a particular instance of a key.
* `ctor_path`: the location of the key in the C Tor key store (optional).

TODO hs: write more comprehensive documentation when the API is a bit more
stable

## Feature flags

### Additive features
+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->

// TODO HSS: write more comprehensive documentation when the API is a bit more
// stable

mod err;
mod key_specifier;