Skip to content

Commit

Permalink
fix broken link in cranelift-object
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 authored and abrown committed Sep 18, 2019
1 parent 3c6795d commit e252e0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cranelift/object/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ pub struct ObjectBuilder {

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

0 comments on commit e252e0f

Please sign in to comment.