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.
inline::build_impl
1 parent 547a6ff commit b987fd7Copy full SHA for b987fd7
src/librustdoc/clean/inline.rs
@@ -325,7 +325,7 @@ fn merge_attrs(
325
}
326
327
328
-/// Builds a specific implementation of a type. The `did` could be a type method or trait method.
+/// Inline an `impl`, inherent or of a trait. The `did` must be for an `impl`.
329
crate fn build_impl(
330
cx: &mut DocContext<'_>,
331
parent_module: impl Into<Option<DefId>>,
0 commit comments