Add comment about roblox_studio::install_location

This commit is contained in:
Lucien Greathouse
2018-06-24 23:54:40 -07:00
parent d10b6d324e
commit 4088bb47f0

View File

@@ -23,5 +23,6 @@ pub fn install_location() -> Option<PathBuf> {
#[cfg(not(any(target_os = "windows", target_os = "macos")))]
pub fn install_location() -> Option<PathBuf> {
// Roblox Studio doesn't install on any other platforms!
None
}