mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
core: Hide the docs for the private TaskBuilder impl
This commit is contained in:
@@ -280,6 +280,8 @@ fn task() -> TaskBuilder {
|
||||
mut consumed: false,
|
||||
})
|
||||
}
|
||||
|
||||
#[doc(hidden)] // FIXME #3538
|
||||
priv impl TaskBuilder {
|
||||
fn consume() -> TaskBuilder {
|
||||
if self.consumed {
|
||||
|
||||
Reference in New Issue
Block a user