Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove compositing dependency from bluetooth crate #21176
Closed
Labels
Comments
bors-servo
added a commit
that referenced
this issue
Aug 6, 2018
Remove unused compositing dependency from bluetooth crate Closes #21176 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21346) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Aug 7, 2018
Remove unused compositing dependency from bluetooth crate Closes #21176 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21346) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Aug 7, 2018
Remove unused compositing dependency from bluetooth crate Closes #21176 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21346) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Aug 7, 2018
Remove unused compositing dependency from bluetooth crate Closes #21176 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21346) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Aug 8, 2018
Remove unused compositing dependency from bluetooth crate Closes #21176 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21346) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's declared in components/bluetooth/Cargo.toml, but not used in lib.rs. This means it can be removed.