Skip to content

Commit 6737585

Browse files
committed
remove macro symbol
1 parent e99c267 commit 6737585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
```rust
1313
use nix::fcntl::{readlink, readlinkat};
1414

15-
readlink!(&path);
16-
readlinkat!(dirfd, &path);
15+
readlink(&path);
16+
readlinkat(dirfd, &path);
1717
```
1818

1919
### Fixed

0 commit comments

Comments
 (0)