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.
2 parents 60a75d6 + 1d3cd78 commit 2064f25Copy full SHA for 2064f25
core/src/error.rs
@@ -415,7 +415,7 @@ where
415
// Request and its methods
416
///////////////////////////////////////////////////////////////////////////////
417
418
-/// `Request` supports generic, type-driven access to data. It's use is currently restricted to the
+/// `Request` supports generic, type-driven access to data. Its use is currently restricted to the
419
/// standard library in cases where trait authors wish to allow trait implementors to share generic
420
/// information across trait boundaries. The motivating and prototypical use case is
421
/// `core::error::Error` which would otherwise require a method per concrete type (eg.
0 commit comments