mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
fix
This commit is contained in:
parent
af1715ef91
commit
50ebe5fb54
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mers_lib"
|
name = "mers_lib"
|
||||||
version = "0.8.21"
|
version = "0.8.22"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "library to use the mers language in other projects"
|
description = "library to use the mers language in other projects"
|
||||||
|
@ -23,6 +23,7 @@ pub fn pretty_print_to<O: Write>(
|
|||||||
let srca = Arc::new(src.clone());
|
let srca = Arc::new(src.clone());
|
||||||
let parsed = parse(&mut src, &srca)?;
|
let parsed = parse(&mut src, &srca)?;
|
||||||
print_parsed(&srca, parsed.as_ref(), out, theme);
|
print_parsed(&srca, parsed.as_ref(), out, theme);
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum AbstractColor {
|
pub enum AbstractColor {
|
||||||
|
Loading…
Reference in New Issue
Block a user