mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
tests working
This commit is contained in:
parent
69391b26d7
commit
4c2de0215a
58 changed files with 394 additions and 228 deletions
|
@ -1,8 +1,7 @@
|
|||
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::collections::HashMap;
|
||||
|
||||
use crate::colors::{self, RgbaTup, from_hsb};
|
||||
use crate::colors::{self, from_hsb, RgbaTup};
|
||||
|
||||
#[derive(Hash, Eq, PartialEq, Copy, Clone, Debug, Deserialize, Serialize)]
|
||||
pub enum HighlightStyle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue