You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removed error-chain from examples having only one error variant (rust-lang-nursery#525)
* removed error-chain from 'Calculate SHA1 sum of iso files concurrently'
* removed error chain from 'Salt and hash a password with PBKDF2'
* removed error-chain from 'Parse string into DateTime struct'
* removed error-chain from 'Log messages with a custom logger'
* fixed compiler errors
* removed unnecessary feature flag
* removed error-chain from 'Log to the Unix syslog'
* removed error-chain from 'Parse and increment a version string.'
* removed error-chain from 'Parse a complex version string.'
* removed error-chain from 'Check if given version is pre-release.'
* removed error-chain from 'Percent-encode a string'
* removed error-chain from 'Encode and decode hex'
* removed error-chain from 'Read CSV records'
* removed error-chain from 'Read CSV records with different delimiter'
* removed error-chain from 'Handle invalid CSV data with Serde'
* removed error-chain from 'Serialize and deserialize unstructured JSON'
* removed error-chain from 'Deserialize a TOML configuration file'
* removed error-chain from 'Read and write integers in little-endian byte order'
* removed error-chain from 'Read lines of strings from a file'
* removed error-chain from 'Avoid writing and reading from a same file'
* removed error-chain from 'Access a file randomly using a memory map'
* removed error-chain from 'Listen on unused port TCP/IP'
* removed error-chain from 'Redirect both stdout and stderr of child process to the same file'
* removed error-chain from 'Continuously process child process' outputs'
* removed error-chain from 'Parse a URL from a string to a `Url` type'
* removed error-chain from 'Create new URLs from a base URL'
* removed error-chain from 'Extract the URL origin (scheme / host / port)'
* removed error-chain from 'Remove fragment identifiers and query pairs from a URL'
* removed error-chain from 'Query the GitHub API'
* removed error-chain from 'Check if an API resource exists'
* removed error-chain from 'Consume a paginated RESTful API'
* addressed Travis CI failure
* addressed Travis CI failure
* addressed Travis CI issue
0 commit comments