summaryrefslogtreecommitdiff
path: root/cli/file_fetcher.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-10-16 10:34:55 +1100
committerGitHub <noreply@github.com>2020-10-16 10:34:55 +1100
commitbbe4474d39aecfabed52bd080e73d34978b6481b (patch)
tree51a1681d6d37cde45b2241cc5772d39700a3573b /cli/file_fetcher.rs
parentbd0c64b9aeeb75eea25402b0ebd5aecc2cec8e3a (diff)
fix(cli): ModuleGraph2 properly handles redirects (#7981)
Diffstat (limited to 'cli/file_fetcher.rs')
-rw-r--r--cli/file_fetcher.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs
index 0469150dd..25e9e8835 100644
--- a/cli/file_fetcher.rs
+++ b/cli/file_fetcher.rs
@@ -32,9 +32,6 @@ use std::sync::Arc;
use std::sync::Mutex;
/// Structure representing local or remote file.
-///
-/// In case of remote file `url` might be different than originally requested URL, if so
-/// `redirect_source_url` will contain original URL and `url` will be equal to final location.
#[derive(Debug, Clone)]
pub struct SourceFile {
pub url: Url,