about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorRafael Kraut <coding@rafael.kr>2021-05-13 13:22:24 +0200
committerGitHub <noreply@github.com>2021-05-13 13:22:24 +0200
commita56d0e2f6e8b41ab2f307220acbc8fa03caaeaec (patch)
tree9de5660372a6c7cbb8817e0c5e840d78281bdb93 /library/std/src/sys/unix/stack_overflow.rs
parent703f2e1685a63c9718bcc3b09eb33a24334a7541 (diff)
downloadrust-a56d0e2f6e8b41ab2f307220acbc8fa03caaeaec.tar.gz
rust-a56d0e2f6e8b41ab2f307220acbc8fa03caaeaec.zip
swap function order for better read flow
When having the order

```
foo.bar(); // we can now use this method since i32 implements the Foo trait

[...]

impl Foo for i32
```

the `// we can now use this method` comment is less clear to me.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions