Commit 5d99725c authored by Ian Jackson's avatar Ian Jackson 💬
Browse files

Merge branch 'keymgr-docs' into 'main'

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

See merge request tpo/core/arti!1360
parents 88527d14 90183368
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;