Update marked text helpers to use more distinctive characters for markers

This commit is contained in:
Max Brunsfeld 2022-08-03 14:20:05 -07:00
parent 9c3b287a61
commit eabd9c02e5
9 changed files with 540 additions and 609 deletions

View file

@ -1,4 +1,4 @@
#[cfg(feature = "test-support")]
#[cfg(any(test, feature = "test-support"))]
pub mod test;
use futures::Future;