]> git.lizzy.rs Git - rust.git/commit
Modify part of `column!` documentation.
authorAnthony Defranceschi <chaacygg@gmail.com>
Thu, 8 Mar 2018 23:43:54 +0000 (00:43 +0100)
committerAnthony Defranceschi <chaacygg@gmail.com>
Thu, 8 Mar 2018 23:43:54 +0000 (00:43 +0100)
commita0758cdcffcd3810c6bc3eef06fa8193c6e10f28
treeef0b1437ee9ba5645739afb4a19d8608b30f6d56
parent1e1bfc715f8dfe36a38d8fae36fcbe92e7463a3f
Modify part of `column!` documentation.

Just like `line!` documentation, I've replaced:

> The returned column is not the invocation of the `column!` macro itself

By

> The returned column is *not necessarily* the line of the `column!` invocation itself

See #46997.
src/libstd/macros.rs