Skip to content

Commit 2399b90

Browse files
authored
Merge pull request #4065 from rust-lang/author-chris-krycho
Add Chris Krycho as an author.
2 parents 2bb3691 + 27f2d71 commit 2399b90

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[book]
55
title = "The Rust Programming Language"
6-
authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"]
6+
authors = ["Steve Klabnik", "Carol Nichols", "Chris Krycho", "Contributions from the Rust Community"]
77

88
[output.html]
99
additional-css = ["ferris.css", "theme/2018-edition.css", "theme/semantic-notes.css", "theme/listing.css"]

ci/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ JoinHandle
269269
Kay's
270270
kinded
271271
Klabnik
272+
Krycho
272273
lang
273274
LastWriteTime
274275
latin

src/title-page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The Rust Programming Language
22

3-
*by Steve Klabnik and Carol Nichols, with contributions from the Rust Community*
3+
*by Steve Klabnik, Carol Nichols, and Chris Krycho, with contributions from the
4+
Rust Community*
45

56
This version of the text assumes you’re using Rust 1.81.0 (released 2024-09-04)
67
or later. See the [“Installation” section of Chapter 1][install]<!-- ignore -->

0 commit comments

Comments
 (0)