fix rustfmt fails
All checks were successful
CI / Run rust tests (pull_request) Successful in 24s
CI / Check Rust code with rustfmt and clippy (pull_request) Successful in 20s

This commit is contained in:
2025-01-17 01:09:33 +09:00
parent 849fc5de11
commit bbd57d0344

View File

@@ -10,7 +10,6 @@ pub struct Context {
pub platform: Box<dyn Platform>,
}
impl Context {
pub fn set_positions(&mut self, _positions: Vec<Vector3<f32>>) {
unimplemented!()
}