We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c971db8 commit dfdf368Copy full SHA for dfdf368
postgresql_archive/src/matcher/registry.rs
@@ -78,8 +78,7 @@ impl Default for MatchersRegistry {
78
///
79
/// # Errors
80
/// * If the registry is poisoned.
81
-pub fn register(supports_fn: SupportsFn, matcher_fn: MatcherFn) -> Result<()>
82
-where {
+pub fn register(supports_fn: SupportsFn, matcher_fn: MatcherFn) -> Result<()> {
83
let mut registry = REGISTRY
84
.lock()
85
.map_err(|error| PoisonedLock(error.to_string()))?;
0 commit comments