Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Nov 5, 2024
1 parent e05c27e commit 617e72f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::fmt::{self, Debug, Display};
use std::io;


/// Provides `IxaError` and maps to other errors to
/// convert to an `IxaError`
#[derive(Debug)]
Expand Down
3 changes: 3 additions & 0 deletions src/global_properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ crate::context::define_data_plugin!(

pub trait ContextGlobalPropertiesExt {
/// Set the value of a global property of type T
///
/// # Errors
/// Will return an error if an attempt is made to change a value.
fn set_global_property_value<T: GlobalProperty + 'static>(
&mut self,
property: T,
Expand Down

0 comments on commit 617e72f

Please sign in to comment.