Fix cranelift Module and ObjectModule docs links (#2852)

This commit is contained in:
StackDoubleFlow
2021-04-21 09:29:02 -04:00
committed by GitHub
parent 196bcec6cf
commit 9637bc5a09
2 changed files with 5 additions and 5 deletions

View File

@@ -639,8 +639,8 @@ fn translate_linkage(linkage: Linkage) -> (SymbolScope, bool) {
(scope, weak)
}
/// This is the output of `Module`'s
/// [`finish`](../cranelift_module/struct.Module.html#method.finish) function.
/// This is the output of `ObjectModule`'s
/// [`finish`](../struct.ObjectModule.html#method.finish) function.
/// It contains the generated `Object` and other information produced during
/// compilation.
pub struct ObjectProduct {