mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
fix
This commit is contained in:
parent
af1715ef91
commit
50ebe5fb54
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mers_lib"
|
||||
version = "0.8.21"
|
||||
version = "0.8.22"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
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 parsed = parse(&mut src, &srca)?;
|
||||
print_parsed(&srca, parsed.as_ref(), out, theme);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub enum AbstractColor {
|
||||
|
Loading…
Reference in New Issue
Block a user