Nicer API

This commit is contained in:
Aleksey Kladov 2020-06-23 18:46:56 +02:00
parent 3486b47e5c
commit fdf86aee18
4 changed files with 80 additions and 78 deletions

View file

@ -22,7 +22,7 @@ pub use difference::Changeset as __Changeset;
pub use ra_cfg::CfgOptions;
pub use rustc_hash::FxHashMap;
pub use crate::fixture::{parse_fixture, FixtureEntry};
pub use crate::fixture::Fixture;
pub const CURSOR_MARKER: &str = "<|>";