Merge branch 'stability' into 'main'

arti-client, tor-config: Remove stability warning from top-level docs

See merge request tpo/core/arti!878
This commit is contained in:
Nick Mathewson 2022-11-23 17:50:01 +00:00
commit c0a6fb3e0f
2 changed files with 0 additions and 17 deletions

View File

@ -350,15 +350,6 @@ define_list_builder_accessors! {
///
/// Finally, you can get fine-grained control over the members of a a
/// TorClientConfig using [`TorClientConfigBuilder`].
///
/// # ⚠ Stability Warning ⚠
///
/// The design of this structure, and of the configuration system for
/// Arti, is likely to change significantly before the release of Arti
/// 1.0.0. The layout of options within this structure is also likely
/// to change. For more information see ticket [#285].
///
/// [#285]: https://gitlab.torproject.org/tpo/core/arti/-/issues/285
#[derive(Clone, Builder, Debug, Eq, PartialEq, AsRef)]
#[builder(build_fn(error = "ConfigBuildError"))]
#[builder(derive(Serialize, Deserialize, Debug))]

View File

@ -50,12 +50,4 @@ See the
[`tor_config::load` module-level documentation](load).
for an example.
## ⚠ Stability Warning ⚠
The design of this crate, and of the configuration system for
Arti, is likely to change significantly before the release of Arti
1.0.0. For more information see ticket [#285].
[#285]: https://gitlab.torproject.org/tpo/core/arti/-/issues/285
License: MIT OR Apache-2.0