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 345e1d7 commit 7864b74Copy full SHA for 7864b74
src/resources/resource_storage.rs
@@ -34,7 +34,7 @@ impl ResourceContent {
34
#[derive(Clone)]
35
/// A internal representation of a Resource to store. Stores the content
36
/// in the decoded form to use less memory.
37
-/// See Resource for details.
+/// See [Resource] for details
38
struct ResourceImpl {
39
name: String,
40
kind: ResourceType,
0 commit comments