Skip to content

Commit

Permalink
another missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jun 21, 2024
1 parent bea2f5a commit 2ce6f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2024-06-21-claim-auto-and-otherwise.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ What's not to like?

### What kind of code would `#[deny(automatic_claims)]`?

That's actually an interesting question! At first I thought this would correspond to the "high-level, business-oriented code" vs "low-level systems software" distinction, but I am no longer convinced.
That's actually an interesting question! At first I thought this would correspond to the "high-level, business-logic-oriented code" vs "low-level systems software" distinction, but I am no longer convinced.

For example, I spoke with someone from Rust For Linux who felt that autoclaim would be useful, and it doesn't get more low-level than that! Their basic constraint is that they want to track carefully where memory allocation and other fallible operations occur, and incrementing a reference count is fine.

Expand Down

0 comments on commit 2ce6f4e

Please sign in to comment.