Skip to content

Commit

Permalink
typo fix Update storage.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikBerashvili authored Jan 2, 2025
1 parent d369416 commit 136e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_source/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
//! * We run into a longstanding [`rustc` bug](https://github.com/rust-lang/rust/issues/85063) in
//! which type inference diverges when given trait bounds on reference types, even when
//! theoretically the types are uniquely inferrable. This issue can be worked around by [explicitly
//! specifying type paramters at every call site](https://users.rust-lang.org/t/type-recursion-when-trait-bound-is-added-on-reference-type/74525/2),
//! specifying type parameters at every call site](https://users.rust-lang.org/t/type-recursion-when-trait-bound-is-added-on-reference-type/74525/2),
//! but this further exacerbates the ergonomic issues with this approach, past the point of
//! viability.
//!
Expand Down

0 comments on commit 136e81f

Please sign in to comment.