fix broken link in cranelift-object

This commit is contained in:
Joshua Nelson
2019-09-18 05:14:29 -04:00
committed by Andrew Brown
parent 3c6795decf
commit e252e0f5b7

View File

@@ -37,8 +37,7 @@ pub struct ObjectBuilder {
impl ObjectBuilder { impl ObjectBuilder {
/// Create a new `ObjectBuilder` using the given Cranelift target, that /// Create a new `ObjectBuilder` using the given Cranelift target, that
/// can be passed to /// can be passed to [`Module::new`](cranelift_module::Module::new).
/// [`Module::new`](cranelift_module/struct.Module.html#method.new].
/// ///
/// `collect_traps` setting determines whether trap information is collected in the /// `collect_traps` setting determines whether trap information is collected in the
/// `ObjectProduct`. /// `ObjectProduct`.