Skip to content

Commit

Permalink
auto merge of #11795 : xales/rust/master, r=cmr
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jan 25, 2014
2 parents 0f637eb + 5d2ef31 commit 60260b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide-lifetimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ example:
# }
// -+ r
fn select_based_on_unit_circle<'r, T>( // |-+ B
threshold: f64, a: &'r T, b: &'r T) -> &'r T { // | |
threshold: f64, a: &'r T, b: &'r T) -> &'r T { // | |
// | |
let shape = Circle(Point {x: 0., y: 0.}, 1.); // | |
select(&shape, threshold, a, b) // | |
Expand Down

0 comments on commit 60260b6

Please sign in to comment.