mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +00:00
Remove redundant #[allow(...)]
This commit is contained in:
parent
467b66750f
commit
d4a58a933e
@ -9,7 +9,6 @@ pub struct Vertex {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl Vertex {
|
impl Vertex {
|
||||||
#[allow(unused)] // code that uses it is being worked on
|
|
||||||
pub fn translate(self, offset: impl Into<Vector<3>>) -> Self {
|
pub fn translate(self, offset: impl Into<Vector<3>>) -> Self {
|
||||||
Self {
|
Self {
|
||||||
point: self.point + offset,
|
point: self.point + offset,
|
||||||
|
Loading…
Reference in New Issue
Block a user