We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c63bc commit f09c706Copy full SHA for f09c706
src/bootstrap/src/core/config/config.rs
@@ -516,11 +516,6 @@ impl TargetSelection {
516
/// Path to the file defining the custom target, if any.
517
pub fn filepath(&self) -> Option<&Path> {
518
self.file.as_ref().map(Path::new)
519
- /*if let Some(ref p) = self.file.as_ref {
520
- Some(Path::new(p))
521
- } else {
522
- None
523
- }*/
524
}
525
526
0 commit comments