Work on integrating error reporting using the ariadne crate
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use std::{fmt::Display, ops::BitOr};
|
||||
use std::{cell::RefCell, fmt::Display, ops::BitOr};
|
||||
|
||||
pub trait Styled: Sized + Display {
|
||||
fn styled<S: Into<StyleSet>>(self, style: S) -> String {
|
||||
|
||||
Reference in New Issue
Block a user