Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion patchable/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub use patchable_macro::{Patch, Patchable, patchable_model};
/// assert_eq!(accumulator.accumulated, 15u32);
/// ```
/// Declares the associated patch type.
pub trait Patchable: Sized {
pub trait Patchable {
/// The type of patch associated with this structure.
type Patch;
}
Expand Down