Skip to content
Snippets Groups Projects
Commit 54a8b064 authored by sam edelsten's avatar sam edelsten
Browse files

clippy

parent aed82781
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ pub enum CosmicTextPosition { ...@@ -73,7 +73,7 @@ pub enum CosmicTextPosition {
pub struct CosmicTextChanged(pub (Entity, String)); pub struct CosmicTextChanged(pub (Entity, String));
// TODO docs // TODO docs
const DEFAULT_SCALE_PLACEHOLDER: f32 = 0.6969690; const DEFAULT_SCALE_PLACEHOLDER: f32 = 0.696969;
#[derive(Clone, Component)] #[derive(Clone, Component)]
pub struct CosmicMetrics { pub struct CosmicMetrics {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment