librustc: Mark all type implementations public. rs=impl-publicity
This commit is contained in:
parent
b171d0ef7b
commit
107bf96ff0
114 changed files with 175 additions and 175 deletions
|
|
@ -232,7 +232,7 @@ priv impl TaskBuilder {
|
|||
}
|
||||
}
|
||||
|
||||
impl TaskBuilder {
|
||||
pub impl TaskBuilder {
|
||||
/**
|
||||
* Decouple the child task's failure from the parent's. If either fails,
|
||||
* the other will not be killed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue