Skip to content

Commit b885aa4

Browse files
emberianalexcrichton
authored andcommitted
---
yaml --- r: 114174 b: refs/heads/master c: 4bcc4d7 h: refs/heads/master v: v3
1 parent 780e3b0 commit b885aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ef788d51dd17cac158752f120347a9eaa5d89d98
2+
refs/heads/master: 4bcc4d76a049a50474764383889e4ede9388da9f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/librustdoc/clean.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ impl Clean<Item> for ast::ForeignItem {
12041204
ForeignFunctionItem(Function {
12051205
decl: decl.clean(),
12061206
generics: generics.clean(),
1207-
fn_style: ast::NormalFn,
1207+
fn_style: ast::UnsafeFn,
12081208
})
12091209
}
12101210
ast::ForeignItemStatic(ref ty, mutbl) => {

0 commit comments

Comments
 (0)