We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986d302 commit ca0aceaCopy full SHA for ca0acea
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5e2b5221ca6d8d12e3e9f1f9740504387997a37a
+refs/heads/master: a2290ccbc567fade350ea9a10d83f03527dea647
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
trunk/src/librustc/middle/trans/cabi.rs
@@ -79,10 +79,6 @@ impl ArgType {
79
}
80
81
82
- pub fn is_direct(&self) -> bool {
83
- return self.kind == Direct;
84
- }
85
-
86
pub fn is_indirect(&self) -> bool {
87
return self.kind == Indirect;
88
0 commit comments