chore: update libcosmic
This commit is contained in:
parent
09c4d04b49
commit
96ce377ebf
28 changed files with 729 additions and 960 deletions
|
|
@ -40,7 +40,7 @@ pub struct Section<Message> {
|
|||
pub search_ignore: bool,
|
||||
}
|
||||
|
||||
impl<Message: 'static> Default for Section<Message> {
|
||||
impl<Message: Clone + 'static> Default for Section<Message> {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
title: String::new(),
|
||||
|
|
@ -120,7 +120,7 @@ impl<Message: Clone + 'static> Section<Message> {
|
|||
|
||||
#[must_use]
|
||||
#[inline]
|
||||
pub fn unimplemented<'a, Message: 'static>(
|
||||
pub fn unimplemented<'a, Message: Clone + 'static>(
|
||||
_binder: &'a Binder<Message>,
|
||||
_page: &'a dyn Page<Message>,
|
||||
_section: &'a Section<Message>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue