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