mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
remove inlinable_string dependency
This commit is contained in:
parent
ceb5cc66fa
commit
d4896d3ed2
21 changed files with 4 additions and 65 deletions
|
@ -1280,8 +1280,6 @@ fn problems_to_tip<'b>(
|
|||
}
|
||||
|
||||
pub mod suggest {
|
||||
use core::convert::AsRef;
|
||||
use inlinable_string::InlinableString;
|
||||
use roc_module::ident::Lowercase;
|
||||
|
||||
pub trait ToStr {
|
||||
|
@ -1300,12 +1298,6 @@ pub mod suggest {
|
|||
}
|
||||
}
|
||||
|
||||
impl ToStr for InlinableString {
|
||||
fn to_str(&self) -> &str {
|
||||
self.as_ref()
|
||||
}
|
||||
}
|
||||
|
||||
impl ToStr for &str {
|
||||
fn to_str(&self) -> &str {
|
||||
self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue