Skip to content

Commit e252e0f

Browse files
jyn514abrown
authored andcommitted
fix broken link in cranelift-object
1 parent 3c6795d commit e252e0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cranelift/object/src/backend.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ pub struct ObjectBuilder {
3737

3838
impl ObjectBuilder {
3939
/// Create a new `ObjectBuilder` using the given Cranelift target, that
40-
/// can be passed to
41-
/// [`Module::new`](cranelift_module/struct.Module.html#method.new].
40+
/// can be passed to [`Module::new`](cranelift_module::Module::new).
4241
///
4342
/// `collect_traps` setting determines whether trap information is collected in the
4443
/// `ObjectProduct`.

0 commit comments

Comments
 (0)