Get language and project compiling
This commit is contained in:
parent
60a8e74430
commit
ab4f90a20a
4 changed files with 36 additions and 39 deletions
|
@ -2466,3 +2466,9 @@ impl ToPoint for usize {
|
|||
content.into().visible_text.to_point(*self)
|
||||
}
|
||||
}
|
||||
|
||||
impl ToPoint for Point {
|
||||
fn to_point<'a>(&self, _: impl Into<Content<'a>>) -> Point {
|
||||
*self
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue