Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 15, 2024
1 parent 1f0b5f5 commit b89a200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhelium/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::mem;
pub use crate::auto::traits::*;

#[doc(hidden)]
impl Uninitialized for crate::ColorRGBColor {
impl Uninitialized for crate::RGBColor {
#[inline]
unsafe fn uninitialized() -> Self {
mem::uninitialized()
Expand Down

0 comments on commit b89a200

Please sign in to comment.