Skip to content

Commit

Permalink
Wrap PR 1321 to 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 6, 2024
1 parent 744fc22 commit 04b3a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/tutorial.md
Expand Up @@ -159,8 +159,8 @@ std::unique_ptr<BlobstoreClient> new_blobstore_client() {
}
```

Using `std::make_unique` would work too, as long as you pass `std("c++14")` to the
C++ compiler as described later on.
Using `std::make_unique` would work too, as long as you pass `std("c++14")` to
the C++ compiler as described later on.

The placement in *include/* and *src/* is not significant; you can place C++
code anywhere else in the crate as long as you use the right paths throughout
Expand Down

0 comments on commit 04b3a75

Please sign in to comment.