[docs] Add experimental warning to compact_filters and policy modules

This commit is contained in:
Steve Myers
2020-12-13 21:04:17 -08:00
parent 0f2dc05c08
commit f8d3cdca9f
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,8 @@
//! connecting to a single peer at a time, optionally by opening multiple connections if it's
//! desirable to use multiple threads at once to sync in parallel.
//!
//! This is an **EXPERIMENTAL** feature, API and other major changes are expected.
//!
//! ## Example
//!
//! ```no_run