Skip to content

Commit b44b4ea

Browse files
committed
Merge branch 'master' of github.com:cmr/this-week-in-rust
2 parents 39adf36 + fbd91f8 commit b44b4ea

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

drafts/2019-12-17-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you are a Rust project owner and are looking for contributors, please submit
6161
* [include a span in more `expected...found` notes](https://github.com/rust-lang/rust/pull/67011)
6262
* [do not ICE on async fn with non-Copy inferred type arg](https://github.com/rust-lang/rust/pull/67004)
6363
* [make try_mark_previous_green aware of cycles](https://github.com/rust-lang/rust/pull/66846)
64-
* [add feature gate for mut refs in const fn](Add feature gate for mut refs in const fn)
64+
* [add feature gate for mut refs in const fn](https://github.com/rust-lang/rust/pull/66606)
6565
* [change unused_labels from allow to warn](https://github.com/rust-lang/rust/pull/66325)
6666
* [show the sign for signed ops on `exact_div`](https://github.com/rust-lang/rust/pull/66148)
6767
* [chalk: convert ensure_answer_recursively to be iterative instead of recursive](https://github.com/rust-lang/chalk/pull/281)

themes/newsletter/templates/base.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -178,45 +178,6 @@
178178
blockquote p {
179179
white-space: pre-line;
180180
}
181-
182-
@media (prefers-color-scheme: dark) {
183-
body {
184-
background: black;
185-
color: white;
186-
}
187-
188-
p {
189-
color: white;
190-
}
191-
192-
td .row-header-01 {
193-
color: white;
194-
}
195-
196-
.ExternalClass {
197-
color: white;
198-
}
199-
200-
code {
201-
color: #c7254e !important;
202-
border: 1px solid #7f8c8d;
203-
background-color: #ccd1d1;
204-
}
205-
206-
h1,
207-
h2 {
208-
color: white;
209-
}
210-
211-
table .container {
212-
border-color: black;
213-
border-top-color: #ccc;
214-
}
215-
216-
blockquote {
217-
background-color: #3c3c3c;
218-
}
219-
}
220181
</style>
221182
</head>
222183

0 commit comments

Comments
 (0)